home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / doc / README.loc < prev    next >
Encoding:
Text File  |  1994-09-01  |  594 b   |  18 lines

  1. To link with plplot, specify:
  2.  
  3.     -L/usr/local/plplot -lplplotf    for the single precision library
  4.     -L/usr/local/plplot -lplplotd    for the double precision library
  5.  
  6. These are soft-links to the actual library name (which is named
  7. differently depending if the X or X & TK drivers are included).  
  8.  
  9. Also you must link with the X11 and Tcl/TK libraries:
  10.  
  11.     -L/usr/local/lib -ltk -ltcl -lX11
  12.  
  13. which are used by the plplot tk driver (fully interactive, with zooms,
  14. saves, etc).  You may need to include the math library (-lm) on the link
  15. line as well.
  16.  
  17. Updated documentation still in preparation.
  18.